trace exception

英 [treɪs ɪkˈsepʃn] 美 [treɪs ɪkˈsepʃn]

网络  追踪异常

计算机



双语例句

  1. This response wraps the stack trace of the server-side exception into the SOAP fault detail.
    这个响应把服务器端异常的堆栈跟踪包进了SOAP故障详细信息中。
  2. The line xdebug. show_exception_trace= On forces an exception trace even if you catch the exception.
    即使捕捉到异常,代码行xdebug.showexceptiontrace=On仍将强制执行异常跟踪。
  3. The way to fix it is to examine the exception that caused the ExceptionInInitializerError ( shown in the stack trace under Caused by:) and find a way to stop this exception from being thrown.
    修复这个错误的方法是检查造成ExceptionInInitializerError的异常(在堆栈跟踪的Causedby:下显示)并寻找阻止抛出这个异常的方式。
  4. In the second case, the exception has been logged and the exception message and stack trace is available, but it doesn't contain the necessary information to resolve the exception's cause.
    在第二种情况中,这个异常被记录下来,并且可以看到异常消息,也能够跟踪堆,但是它并不包含足够发现异常根源的必要信息。
  5. To deal with this, you can generate a stack trace in the constructor of the exception object during the throw exception statement.
    为了解决这一问题,可以在抛出异常语句期间,在异常对象的构造函数中生成一个堆栈跟踪。
  6. You can see a stack trace in the exception object.
    在这个异常对象内可以看到一个堆栈跟踪。
  7. When the server reports an unexpected exception, you can examine the classes and methods of the associated stack trace to determine which application caused, or was involved in, the exception.
    当服务器报告一个意外的异常时,您可以检查关联堆栈跟踪的类和方法,来确定哪个应用程序导致了异常或者与异常有关。
  8. You can include an exception in a trace record if you are using tracing to debug an application or troubleshoot error and exception handling.
    如果您正使用跟踪来调试应用程序或排除错误和异常处理,则可以在跟踪记录中包含一个异常。
  9. If you try to a write trace messages to a file other than your application root directory, you might receive a security exception.
    如果尝试将跟踪消息写入应用程序根目录之外的文件,就可能会收到安全异常。
  10. The stack trace includes frames from both the new and original location, with the text "End of stack trace from previous location where exception was thrown" separating the two.
    堆栈跟踪同时包括新的和原来位置的帧,并通过“Endofstacktracefrompreviouslocationwhereexceptionwasthrown”文字分割两者。
  11. In order to improve the precision and practicability of dynamic verification for Java mobile code, the exception handling procedure is analyzed and an approach is presented to trace and record the information flow caused by the exception handling in Java bytecode.
    为提高Java移动代码动态安全验证的准确性和实用性,通过分析Java字节码中异常处理的方式与流程,提出了追踪、记录异常处理中信息流的方法。
  12. The paper established a exception handling mechanism to monitor trace, increased the method of triggering and backward recovery, created an exception rule base in the form of active rule, realized tracking and processing of dynamic monitoring for unusual problem.
    建立了异常监测跟踪的处理机制,增加了触发和向后恢复的方法,以主动规则的形式建立了异常规则库,实现了对于异常问题的动态监测跟踪和处理。